Serialize(object, TOutputStream, string)

Method

Namespace: Diffstore.Serialization

Declared in: Diffstore.Serialization.IFormatter<TInputStream, TOutputStream>


Serializes a value to the output stream

Syntax

public void Serialize(
	object value,
	TOutputStream stream,
	string fieldName
)

Parameters

value

The value to be serialized

stream

Output stream


Back to index